Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / AlternatingItemBackgroundColor Property

In This Topic
    AlternatingItemBackgroundColor Property
    In This Topic
    Gets or sets the C1.Blazor.Core.C1Color that is used to paint the background of the odd items.
    Syntax
    'Declaration
     
    
    Public Property AlternatingItemBackgroundColor As C1Color
    public C1Color AlternatingItemBackgroundColor {get; set;}
    See Also